Release 10.1A: OpenEdge Development:
Internationalizing Applications
SQLSCHEMA
SQLSCHEMAis a command-line utility that writes selected components of an SQL database schema to an output file using the UTF-8 code page. You might then use SQL Explorer to load the schema components into an SQL database The syntax forSQLSCHEMA(for UNIX and Windows) is:
Syntaxsqlschema -uusername-apassword-ttable-name[,table-name...]database-url
[-gtable-list...] [-ooutput-filename] [-pprocedure-list]
[-ssynonym-list] [-Ttrigger-list]
username,passwordUser authentication.
table-name[,table-name...]Table schemas to dump. Multiple tables can be specified, in a comma-separated list. Specify a
tableof%to load all tables. The syntax supports the%(percent) and_(underscore) special characters and the\(backslash) escape character.database-urlThe database to which you want to connect. This has the following form:
progress:T:host-name:service-name:database-nametable-listComma-separated list of one or more grant privileges to dump as grant statements. The syntax supports the
%(percent) and_(underscore) special characters and the\(backslash) escape character.output-filenameThe file to which schemas are dumped. The default is
screen.procedure-listComma-separated list of one or more procedures for which to capture definitions. The syntax supports the
%(percent) and_(underscore) special characters and the\(backslash) escape character.synonym-listComma-separated list of one or more synonyms to dump as
createsynonymstatements. The syntax supports the%(percent) and_(underscore) special characters and the\(backslash) escape character.trigger-listComma-separated list of triggers for which to capture definitions. The syntax supports the
%(percent) and_(underscore) special characters and the\(backslash) escape character.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |